-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ci-operator config and job for cri-o 1.14 #4030
Conversation
/test pj-rehearse |
2 similar comments
/test pj-rehearse |
/test pj-rehearse |
@petr-muller the e2e-aws and launch-aws tests are failing to start up a cluster. This has been happening since yesterday. Am I messing something up or is this just test flakes? |
/test pj-rehearse @umohnani8 I don't know. The rehearsals execute the added/changed jobs as if they were run against the target branch HEAD, so in the case of e2e tests their results depend on how healthy openshift currently is. It's certainly known to flake a bit (current build cop usually knows if there's currently something going on). The rehearsals do not block the merge, so if it looks like the jobs work fine and the tests inside flake them, you can merge them. |
/test core-valid |
@petr-muller got it, thanks! Trying to debug the problem here, seems something is off with the cri-o being built for the ci. |
/test pj-rehearse |
Look at the log bundle and drill down into one of the master's journals:
And that's because:
|
/test pj-rehearse |
1 similar comment
/test pj-rehearse |
@umohnani8: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Add yaml files to config and jobs for cri-o release-1.14 branch so that we run e2e-aws tests on cri-o PRs. Signed-off-by: Urvashi Mohnani <[email protected]>
@smarterclayton @stevekuznetsov ptal. This is ready. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: stevekuznetsov, umohnani8 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@umohnani8: Updated the following 3 configmaps:
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Add yaml files to config and jobs for cri-o release-1.14
branch so that we run e2e-aws tests on cri-o PRs.
Signed-off-by: Urvashi Mohnani [email protected]